Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

441
Views
How do i get a "Login with Paypal" button to show up in a React App

Preface: I have 1 day of experience playing around with React.

Using this source code from a tutorial, which is set up to login with google. https://github.com/The-Tech-Tutor/spring-react-login

I want to add the "Login with Paypal" button to the Login.js page.

This is what PayPal generates for me.

<span id='lippButton'></span>


<script src='https://www.paypalobjects.com/js/external/api.js'></script>


<script>
paypal.use( ['login'], function (login) {
 login.render ({
   "appid":"sdfgaesdfgrfed",
   "scopes":"openid",
   "containerid":"lippButton",
   "responseType":"code",
   "locale":"en-us",
   "buttonType":"LWP",
   "buttonShape":"pill",
   "buttonSize":"lg",
   "fullPage":"false",
   "returnurl":"http://localhost:3000/profile"
 });
});
</script>

How do I get this third party js to work with React?

Thank you.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!